home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / asmutil / 80x0393.zip / UUXXCODE.FAQ < prev    next >
Text File  |  1993-03-30  |  3KB  |  64 lines

  1. Fri 29 Jan 93  8:34
  2. By: Yousuf Khan
  3. To: All
  4. Re: FAQ: UUDecoding
  5. ------------------------------------------------------------------------
  6.  
  7. UUEncoding/Decoding is a method for representing a series of eight bit
  8. binary characters in a series of six bit equivalents. This is to allow
  9. transmission of all characters without using any characters that might
  10. be considered control characters by the transmission system. You may use
  11. UUEncoding to broadcast binary files over this Fidonet echo, provided
  12. that it isn't too large. In general, if you have to break up the encoded
  13. file over two or more messages, then it's probably too big. In that case
  14. you should make the binary file available for downloading or f'req'ing
  15. from a BBS system. Also the preferred method of transmission over the
  16. echo is assembler source code. If that is impractical, then you may
  17. encode the binary file in a Dos' Debug script format. And finally you
  18. may try UUEncoding, before going to the download/file request path.
  19.  
  20. Below is a Debug script of a free UUDecoder, written by David
  21. Kirschbaum, so one may decode any UUEncoded scripts that might by
  22. transmitted over this echo:
  23.  
  24.  
  25. ;; Look for UUD20.COM in the snippets
  26.  
  27.  
  28. Fri 29 Jan 93  8:34
  29. By: Yousuf Khan
  30. To: All
  31. Re: FAQ: UUEncoding
  32. ------------------------------------------------------------------------
  33.  
  34. Below you will see an example of what an UUEncoded script looks like.
  35. The example below is in fact an UUEncoding of a free UUEncoder program,
  36. written by David Kirschbaum. The complete archive, with executables,
  37. source code, and documentation is available from the author and many
  38. other sites. So after you've captured this message, you may use the free
  39. UUDecoder program from the previous message to decode the script below,
  40. and you will be able to make your own UUEncoded files from now on.
  41.  
  42. To create the executable from the script, you would run the UUDecoder
  43. from the DOS command line like this:
  44.  
  45. UUD20 script
  46.  
  47. Where "script" is filename and extension of the script without the
  48. quotes.
  49.  
  50. After creating the UUEncoder, you can begin creating UUEncoded files of
  51. your own, you would do this from the command line:
  52.  
  53. UUE20 source > destination
  54.  
  55. Where "source" is the filename and extension of whatever you are trying
  56. to encode, while the "destination" is the name of the final encoded
  57. script.
  58.  
  59. Here's the script of the UUEncoder, to decode simply remove all
  60. descriptive text above the double line:
  61.  
  62.  
  63. ;; Look for UUE20.COM in the snippets
  64.